home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / python-gtk2 / README.Debian < prev    next >
Text File  |  2009-09-01  |  211b  |  12 lines

  1. pygtk for Debian
  2. ----------------
  3.  
  4. To use the new gtk, you'll need to use the following code:
  5.  
  6. import pygtk
  7. pygtk.require('2.0')
  8. import gtk
  9.  
  10.  
  11.  -- Gustavo Noronha Silva <kov@debian.org>, Wed Sep 21 10:59:53 2005
  12.